func go/types.sprintf
7 uses
go/types (current package)
check.go#L602: panic(sprintf(nil, nil, true, "instantiated ident not found; please report: %s", expr))
format.go#L18: func sprintf(fset *token.FileSet, qf Qualifier, tpSubscripts bool, format string, args ...any) string {
format.go#L87: return sprintf(fset, qf, false, format, args...)
format.go#L94: sprintf(check.fset, check.qualifier, true, format, args...),
format.go#L100: fmt.Println(sprintf(check.fset, check.qualifier, true, format, args...))
unify.go#L148: fmt.Println(strings.Repeat(". ", u.depth) + sprintf(nil, nil, true, format, args...))
unify.go#L796: panic(sprintf(nil, nil, true, "u.nify(%s, %s, %d)", xorig, yorig, mode))